net/http.http2priorityNodeRFC7540.state (field)

8 uses

	net/http (current package)
		h2_bundle.go#L11495: 	state        http2priorityNodeStateRFC7540 // open | closed | idle
		h2_bundle.go#L11564: 		openParent = openParent || (n.state == http2priorityNodeOpenRFC7540)
		h2_bundle.go#L11658: 		if curr.state != http2priorityNodeIdleRFC7540 {
		h2_bundle.go#L11661: 		curr.state = http2priorityNodeOpenRFC7540
		h2_bundle.go#L11677: 		state:  http2priorityNodeOpenRFC7540,
		h2_bundle.go#L11693: 	if ws.nodes[streamID].state != http2priorityNodeOpenRFC7540 {
		h2_bundle.go#L11698: 	n.state = http2priorityNodeClosedRFC7540
		h2_bundle.go#L11728: 			state:  http2priorityNodeIdleRFC7540,